This command will change the color of a pixel on an image. This command will work on both normal images and render targets.
If this command is used to change a larger portion of an image (eg. using a for-next loop), this command is usually less efficient than converting the image to a memblock and
changing the data from there.